home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / comm / tcp / rxsocket.lha / rxsocket / Examples / amisearch.doc next >
Text File  |  1999-05-29  |  803b  |  27 lines

  1.  
  2. Amisearch searches for files on aminet.
  3.  
  4. To install it just copy amisearch.rexx in rexx: directory.
  5.  
  6. It can you both in shell or in amirc.
  7.  
  8. To use it in amirc add 2 alias:
  9. ams=/rx rexx:amisearch.rexx %p
  10. amsb=/rx rexx:amisearch.rexx BREAK %p
  11.  
  12. ams is used to find.
  13. amsb is used to break amiserach an istance referred by number.
  14.  
  15. Amisearch template is:
  16. KEY,TIMEOUT/N,MAXLEN/K/N,SAY/S,HOST/K,URL/S,QUIET/S,BREAK/K/N
  17.  
  18. KEY the key to search for
  19. TIMEOUT timeout in seconds (0 means none, default 0)
  20. SAY say in current amirc channel
  21. HOST the host to use if URL is set
  22. URL usually amisearch report results as /aminet-dir/file.
  23.     if you set URL, files are report as an absolute URL
  24.     with host as defined in host
  25. QUIET not show connecting info
  26. BREAK break an istance of amisearch, real usefull in amirc use.
  27.